Netsutie PHP Toolkit
AsyncStatusType Class Reference

Data Fields

const failed = "failed"
 
const finishedWithErrors = "finishedWithErrors"
 
const pending = "pending"
 
const processing = "processing"
 
const finished = "finished"
 

Static Public Attributes

static $paramtypesmap
 

Detailed Description

AsyncStatusType

Definition at line 8 of file AsyncStatusType.php.

Field Documentation

$paramtypesmap
static
Initial value:
= array(
)

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.


The documentation for this class was generated from the following file: