Command
public class Command: NSObject, NSCoding
Class represents Command
-
Undocumented
Declaration
Swift
public class Command: NSObject, NSCoding
-
Undocumented
Declaration
Swift
public class Command: NSObject, NSCoding -
ID of the Command.
Declaration
Swift
public let commandID: String -
ID of the Command Target.
Declaration
Swift
public let targetID: TypedID -
ID of the issuer of the Command.
Declaration
Swift
public let issuerID: TypedID -
Name of the Schema of which this Command is defined.
Declaration
Swift
public let schemaName: String -
Version of the Schema of which this Command is defined.
Declaration
Swift
public let schemaVersion: Int -
Actions to be executed.
Declaration
Swift
public let actions: [Dictionary<String, AnyObject>] -
Results of the action.
Declaration
Swift
public let actionResults: [Dictionary<String, AnyObject>] -
State of the Command.
Declaration
Swift
public let commandState: CommandState -
ID of the trigger which fired this command
Declaration
Swift
public let firedByTriggerID: String? -
Creation time of the Command.
Declaration
Swift
public let created: NSDate? -
Modification time of the Command.
Declaration
Swift
public let modified: NSDate? -
Title of the Command
Declaration
Swift
public let title: String? -
Description of the Command
Declaration
Swift
public let commandDescription: String? -
Metadata of the Command
Declaration
Swift
public let metadata: Dictionary<String, AnyObject>? -
Undocumented
Declaration
Swift
public class Command: NSObject, NSCoding -
Undocumented
Declaration
Swift
public class Command: NSObject, NSCoding
View on GitHub
Command Class Reference