We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce5d30 commit a2f9ce9Copy full SHA for a2f9ce9
src/AsyncTaskStatus.php
@@ -63,7 +63,9 @@ public function getEncodedTaskID(): string
63
}
64
65
/**
66
- * Checks and returns whether the AsyncTask is still running. This may take a bit of time.
+ * Checks and returns whether the AsyncTask is still running.
67
+ *
68
+ * On Windows, this may take some time due to underlying bottlenecks.
69
*
70
* Note: when this method detects that the task has stopped running, it will not recheck whether the task has restarted.
71
* Use a fresh status object to track the (restarted) task.
0 commit comments