class AsyncOperationsCommand extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncOperationsCommand
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AsyncOperationsCommand(context: DynamicsContext)
Value Members
-
def
cancel(): Action
Cancel jobs.
Cancel jobs.
Cancel jobs if: Not already cancelled (statecode = 3) Not Locked & Cancelling (statecode=2, statuscode=22)
- val context: DynamicsContext
- implicit val dec: EntityDecoder[IO, AsyncOperationOData]
- def deleteCanceled(): Action
- def deleteCompleted(): Action
-
def
deleteCompletedStream(statuscode: Int = 30): Action
TODO: Change state to completed in order to delete, that's two calls! "waiting" state does not seem to need this.
- def deleteFailed(): Action
- def deleteInProgress(): Action
- def deleteWaiting(): Action
- def deleteWaitingForResources(): Action
-
def
getById(id: String)(implicit ec: ExecutionContext): IO[AsyncOperationOData]
Get a single system job by its id.
- def list(): Kleisli[IO, AppConfig, Unit]