JobService
JobService(rest)
Bases: ObjectService
Service to handle TM1 Job objects introduced in v12
Source code in TM1py/Services/JobService.py
cancel(job_id, **kwargs)
Cancels a running Job
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
job_id
|
|
required |
Returns:
| Type | Description |
|---|---|
|
|
Source code in TM1py/Services/JobService.py
cancel_all(**kwargs)
get_all(**kwargs)
Return a dict of the currently running jobs from the TM1 Server
Returns:
| Type | Description |
|---|---|
|
dict: the response |
Source code in TM1py/Services/JobService.py
get_as_dataframe()
Gets jobs and returns them as a dataframe