Document that WAITING is for requeueing yourself.
This commit is contained in:
parent
addc026387
commit
85ecaa9a09
1 changed files with 3 additions and 1 deletions
|
|
@ -53,7 +53,9 @@ sub ERROR { return "error" };
|
|||
|
||||
=head2 WAITING
|
||||
|
||||
A constant to be sent to Spectre informing it that this actiivty is waiting for some other event to be triggered.
|
||||
A constant to be sent to Spectre informing it that this actiivty is
|
||||
waiting for some other event to be triggered. This is also used for
|
||||
long running activities to be released by Spectre and to be requeued.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue