Interface JobDeletionFailure
-
- All Superinterfaces:
MonitorManipulationFailure
public interface JobDeletionFailure extends MonitorManipulationFailure
The interfaceJobDeletionFailure represents a failure in killing a job.
- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getJobID()
Returns the unique identifier for the job.-
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.MonitorManipulationFailure
getErrorCode, getMessage, getType
-
-