Job::GetStatus method
[This documentation is preliminary and is subject to change.]
Retrieve the current state of execution for the job.
Syntax
HRESULT GetStatus(
[out, ref] ExecutionState &status
);
Parameters
- status [out, ref]
A value of the ExecutionState enumeration that describes the state of the job. A job can be in one of three states: NotYetRun, Running, and Completed.
Return value
This method always returns S_OK.
See also
Build date: 9/6/2011