The object returned by the BulkActions API

Type Parameters

Hierarchy

Properties

error?: BulkActionFailedError

error information, if present

payload: T

original payload when BulkAction was created

sys: BulkActionSysProps

Methods

  • Waits until the BulkAction is in one of the final states (succeeded or failed) and returns it.

    Parameters

    • Optional options: AsyncActionProcessingOptions

    Returns Promise<BulkAction<any>>