| getnsjobResult Structure Definition |
The getnsjobResult structure defines the return type for getnsjob API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nsjobList |
List of nsjobs |
| nsjob Structure Definition |
The nsjob structure defines the actual return type values for getnsjob API. |
Syntax |
Members |
id |
Running job id |
name |
Running job Name |
id2 |
Running job id |
status |
Running job status |
progress |
Running job progress details |
timeelapsed |
Number of seconds since the job started. |
errorcode |
Errcode for a particular job |
message |
Error message corresponding to the errorcode |
response |
Response of the JOB Process |
_nextgenapiresource |
See Also |