c

dynamics.cli

AsyncOperationsCommand

class AsyncOperationsCommand extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncOperationsCommand
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncOperationsCommand(context: DynamicsContext)

Value Members

  1. def cancel(): Action

    Cancel jobs.

    Cancel jobs.

    Cancel jobs if: Not already cancelled (statecode = 3) Not Locked & Cancelling (statecode=2, statuscode=22)

  2. val context: DynamicsContext
  3. implicit val dec: EntityDecoder[IO, AsyncOperationOData]
  4. def deleteCanceled(): Action
  5. def deleteCompleted(): Action
  6. 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.

  7. def deleteFailed(): Action
  8. def deleteInProgress(): Action
  9. def deleteWaiting(): Action
  10. def deleteWaitingForResources(): Action
  11. def getById(id: String)(implicit ec: ExecutionContext): IO[AsyncOperationOData]

    Get a single system job by its id.

  12. def list(): Kleisli[IO, AppConfig, Unit]