State
public enum State : Equatable
The possible task states
-
The task is prepared to be nterposed.
Declaration
Swift
case prepared -
The method has been successfully interposed.
Declaration
Swift
case interposed -
An error happened while interposing a method.
Declaration
Swift
indirect case error(InterposeError)
View on GitHub
Install in Dash
State Enumeration Reference