|
Netsutie PHP Toolkit
|
Data Fields | |
| const | failed = "failed" |
| const | finishedWithErrors = "finishedWithErrors" |
| const | pending = "pending" |
| const | processing = "processing" |
| const | finished = "finished" |
Static Public Attributes | |
| static | $paramtypesmap |
Definition at line 8 of file AsyncStatusType.php.
|
static |
Definition at line 12 of file AsyncStatusType.php.
| const failed = "failed" |
Definition at line 22 of file AsyncStatusType.php.
| const finished = "finished" |
Definition at line 54 of file AsyncStatusType.php.
| const finishedWithErrors = "finishedWithErrors" |
Definition at line 30 of file AsyncStatusType.php.
| const pending = "pending" |
Definition at line 38 of file AsyncStatusType.php.
| const processing = "processing" |
Definition at line 46 of file AsyncStatusType.php.