Table of Contents

Class ExitAction

Namespace
S1API.PhoneApp
Assembly
S1API.dll

Represents a request to exit the active phone application without exposing runtime-specific Schedule One types.

public sealed class ExitAction
Inheritance
ExitAction
Inherited Members
Extension Methods

Properties

Used

Gets or sets whether another listener has handled the exit request. Set this to true after handling the request to prevent lower-priority listeners from processing it again.

public bool Used { get; set; }

Property Value

bool