UNPKG

@c8y/client

Version:

Client application programming interface to access the Cumulocity IoT-Platform REST services.

14 lines 308 B
/** * A bulk operation can have one of the following general statuses. */ export declare enum OperationBulkGeneralStatus { SCHEDULED, EXECUTING, EXECUTING_WITH_ERROR, CANCELED, FAILED, SUCCESSFUL, DELETED, INCORRECT } //# sourceMappingURL=OperationBulkGeneralStatus.d.ts.map