KillActiveJob
This service cancels a currently running job in the active queue state.
URL (general format)
SERVER:PORT/lawson-ios/action/KillActiveJob?
<parameter=key>
Required Parameters
Parameter Key | Value Type | Parameter Description |
---|---|---|
jobNumber | Numeric string | The job number of the running job to be cancelled. |
Example URL
SERVER:PORT/lawson-ios/action/KillActiveJob?jobNumber=0000000001
Deprecated CGI information
The KillActiveJob service replaces some functionality of the CGI: xjobctrl.exe
CGI URL: SERVER:PORT/cgi-lawson/xjobctrl.exe?-k&LAWSON\lawsonuser&TESTJOB&0000000001
Note: The CGI did not support keys, only values.