OBJECT

CancelJobReply

Description

Cancel download job response.

link GraphQL Schema definition

  • type CancelJobReply {
  • # Status of cancel request.
  • status: Boolean!
  • # Cancel message.
  • message: String!
  • }

link Require by