Interface JobQueueResult


public interface JobQueueResult
Contains information about a job started through JobQueueOperation.execute().
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the unique ID assigned to the queued job.
  • Method Details

    • getJobId

      String getJobId()
      Returns the unique ID assigned to the queued job.
      Returns:
      the unique String ID of the queued job