SCSChatSendableEvent
@protocol SCSChatSendableEvent <SCSChatEvent>
Information about an event related to something that can be sent to an agent.
-
Indicates whether the action has been completed.
Declaration
Objective-C
@property (nonatomic, readonly, getter=isCompleted) BOOL completed;
Swift
var isCompleted: Bool { get }
-
Indicates how much progress has been made for this action.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSProgress *progress;
Swift
var progress: Progress! { get }