Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
AsyncStatusType.php
Go to the documentation of this file.
1
<?php
8
class
AsyncStatusType
{
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
}
AsyncStatusType\$paramtypesmap
static $paramtypesmap
Definition:
AsyncStatusType.php:12
AsyncStatusType
Definition:
AsyncStatusType.php:8
AsyncStatusType\processing
const processing
Definition:
AsyncStatusType.php:46
AsyncStatusType\finished
const finished
Definition:
AsyncStatusType.php:54
AsyncStatusType\pending
const pending
Definition:
AsyncStatusType.php:38
AsyncStatusType\failed
const failed
Definition:
AsyncStatusType.php:22
AsyncStatusType\finishedWithErrors
const finishedWithErrors
Definition:
AsyncStatusType.php:30
Generated by
dreamxtream
using
1.8.10