RunStatus property: ProcessRequest class
Description
This property specifies the run status of a process request as a number. This property is used with the UpdateRunStatus method to change the status of a request. Values are:
| RunStatus | Description |
|---|---|
|
1 |
Cancel |
|
2 |
Delete |
|
3 |
Error |
|
4 |
Hold |
|
5 |
Queued |
|
6 |
Initiated |
|
7 |
Processing |
|
8 |
Cancelled |
|
9 |
Success |
|
10 |
Not Successful |
|
11 |
Posted |
|
12 |
Unable to post |
|
13 |
Resend |
|
14 |
Posting |
|
15 |
Generated |
|
16 |
Pending |
This property is read/write.
Example
&MYRQST.RunStatus = 1;
Related Topics