Properties
Optional
trackRunQueueDidCancelAllCancelableEntries
trackRunQueueDidCancelAllCancelableEntries?: ((args: { numEntriesCanceled: number; runQueue: RunQueue; }) => void) Optional
trackRunQueueDidCancelEntry
trackRunQueueDidCancelEntry?: ((args: { entryId: string; runQueue: RunQueue; }) => void) Optional
trackRunQueueDidCompleteIteration
trackRunQueueDidCompleteIteration?: ((args: { durationMSec: number; numEntriesProcessed: number; runQueue: RunQueue; }) => void) Optional
trackRunQueueDidProcessEntry
trackRunQueueDidProcessEntry?: ((args: { durationMSec: number; entryId: string; runQueue: RunQueue; success: boolean; }) => void) Optional
trackRunQueueDidSchedule
trackRunQueueDidSchedule?: ((args: { entryId: string; runQueue: RunQueue; }) => void)
Called whenever cancelAll is called on RunQueue