Uses of Enum Class
com.xensource.xenapi.Types.TaskStatusType
-
Uses of Types.TaskStatusType in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.TaskStatusTypeMethods in com.xensource.xenapi that return Types.TaskStatusTypeModifier and TypeMethodDescriptionTask.getStatus
(Connection c) Get the status field of the given task.static Types.TaskStatusType
Types.toTaskStatusType
(Object object) static Types.TaskStatusType
Returns the enum constant of this class with the specified name.static Types.TaskStatusType[]
Types.TaskStatusType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi with parameters of type Types.TaskStatusTypeModifier and TypeMethodDescriptionvoid
Task.setStatus
(Connection c, Types.TaskStatusType value) Set the task status Minimum allowed role: read-only First published in XenServer 7.2.