interface AlarmInvocationInfo {
    isRetry: boolean;
    retryCount: number;
}

Properties

Properties

isRetry: boolean
retryCount: number