Public Member Functions | |
| Queue (ProjectServer parent) | |
| Create an instance of Queue. | |
| bool | WaitOnJobStatus (Guid jobGuid, JobState jobState, int count, int duration, out string errorString) |
| Wait on a given job until its job state matches the provided state or the retry/wait is exceeded. | |
| void | CancelJob (Guid jobGuid) |
Definition at line 22 of file Queue.cs.
| Mcs.Epm.MicrosoftProject.mpFx.Queue.Queue | ( | ProjectServer | parent | ) |
| bool Mcs.Epm.MicrosoftProject.mpFx.Queue.WaitOnJobStatus | ( | Guid | jobGuid, | |
| JobState | jobState, | |||
| int | count, | |||
| int | duration, | |||
| out string | errorString | |||
| ) |
Wait on a given job until its job state matches the provided state or the retry/wait is exceeded.
| jobGuid | The GUID of the job to wait on | |
| jobState | The job state to wait for | |
| count | The number of times to retry | |
| duration | The wait interval between retries in milliseconds | |
| errorString | Out parameter containing the error string if the queued job failes |
1.5.8