Netsutie PHP Toolkit
AsyncStatusType.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const failed = "failed";
23 
30  const finishedWithErrors = "finishedWithErrors";
31 
38  const pending = "pending";
39 
46  const processing = "processing";
47 
54  const finished = "finished";
55 
56 }