Share via


JmgTermJob_Proj.reportedStarted Method [AX 2012]

Retrieves whether the job has been reported as started. If the project that the job is associated with has the InProgress status, returns true; otherwise, false.

Syntax

public boolean reportedStarted()

Run On

Called

Return Value

Type: boolean
true if the job is started; otherwise, false.

Remarks

For a code example that uses the reportedStarted method, see the JmgTermJob.reportedStarted Method.

See Also

Reference

JmgTermJob_Proj Class