Interface WindowBlinkResult

Result of a window blink attempt

interface WindowBlinkResult {
    error?: string;
    success: boolean;
}

Properties

Properties

error?: string

Error message if the blink failed

success: boolean

Whether the window blink was successful