Interface EndSessionOptions

interface EndSessionOptions {
    force?: boolean;
    forceClear?: boolean;
    timeoutMS?: number;
}

Properties

force?: boolean
forceClear?: boolean
timeoutMS?: number

Specifies the time an operation will run until it throws a timeout error