Skip to content

Commit a2f9ce9

Browse files
committed
Adjust wordings
1 parent 6ce5d30 commit a2f9ce9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/AsyncTaskStatus.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ public function getEncodedTaskID(): string
6363
}
6464

6565
/**
66-
* Checks and returns whether the AsyncTask is still running. This may take a bit of time.
66+
* Checks and returns whether the AsyncTask is still running.
67+
*
68+
* On Windows, this may take some time due to underlying bottlenecks.
6769
*
6870
* Note: when this method detects that the task has stopped running, it will not recheck whether the task has restarted.
6971
* Use a fresh status object to track the (restarted) task.

0 commit comments

Comments
 (0)