jobs

Table of contents

Interfaces

Type aliases

TaskStatus

Ƭ TaskStatus: InternalTaskStatus

Functions

getDebugLog

getDebugLog(jobId: string, options?: { account?: Account }): Promise<any>

Parameters:

NameType
jobIdstring
options?object
options.account?Account

Returns: Promise<any>


getEntity

getEntity(jobId: string, options?: { account?: Account }): Promise<SessionLogEntity>

Parameters:

NameType
jobIdstring
options?object
options.account?Account

Returns: Promise<SessionLogEntity>


getEntityV2

getEntityV2(jobId: string, options?: { account?: Account }): Promise<SessionLogEntityV2 | undefined>

Parameters:

NameType
jobIdstring
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:

NameType
fromDatestring | undefined
toDatestring | undefined
taskStatusTaskStatus
skipnumber
takenumber
options?object
options.account?Account

Returns: Promise<SessionLogEntitiesWithCount>

Found a mistake? Email us, and we'll send you a free t-shirt!

Enroll in beta

Request invite to our private Beta program for developers to join the waitlist. No spam, we promise.