jobs
Table of contents
Interfaces
Type aliases
TaskStatus
Ƭ TaskStatus: InternalTaskStatus
Functions
getDebugLog
▸ getDebugLog(jobId
: string, options?
: { account?
: Account }): Promise<any>
Parameters:
Name | Type |
---|---|
jobId | string |
options? | object |
options.account? | Account |
Returns: Promise<any>
getEntity
▸ getEntity(jobId
: string, options?
: { account?
: Account }): Promise<SessionLogEntity>
Parameters:
Name | Type |
---|---|
jobId | string |
options? | object |
options.account? | Account |
Returns: Promise<SessionLogEntity>
getEntityV2
▸ getEntityV2(jobId
: string, options?
: { account?
: Account }): Promise<SessionLogEntityV2 | undefined>
Parameters:
Name | Type |
---|---|
jobId | string |
options? | object |
options.account? | Account |
Returns: Promise<SessionLogEntityV2 | undefined>
getSessionEntities
▸ getSessionEntities(fromDate
: string | undefined, toDate
: string | undefined, taskStatus
: TaskStatus, skip
: number, take
: number, options?
: { account?
: Account }): Promise<SessionLogEntitiesWithCount>
Parameters:
Name | Type |
---|---|
fromDate | string | undefined |
toDate | string | undefined |
taskStatus | TaskStatus |
skip | number |
take | number |
options? | object |
options.account? | Account |
Returns: Promise<SessionLogEntitiesWithCount>
Found a mistake? Email us, and we'll send you a free t-shirt!