GetJobStatus function for IBM Planning Analytics (TM1)
GetJobStatus returns the status of a process, such as whether it existed normally, had minor errors or is still in progress.
In the video, GetJobStatus is used to return the process status from a process that is executing.
Where can the GetJobStatus function be used?
TurboIntegrator
Which TM1 Server version is the GetJobStatus function available for?
Version 12
What is the syntax for GetJobStatus?
GetJobStatus(ID)
- ID: The job ID of a process
Relevant Functions
- CancelJobs: cancel asynchronous processes that were launched by the RunProcess function and are blocked due to certain conditions. Any pending changes in a job cancelled with CancelJobs are rolled back.
- GetJobStatus: return the status for a specified process.
- WaitforAllJobs: instructs the main process to wait for all specified asynchronously executed processes to complete before continuing the main process.
- WaitForAnyJobs: instruct a main process to wait for any specified asynchronously executed processes to complete before continuing the main process.
- WaitForInternalJobs: wait for all asynchronous jobs that are directly launched by the current process to complete before continuing the current process.