Type Alias ActivationReason

Source
pub type ActivationReason = VSActivationReason;

Aliased Type§

enum ActivationReason {
    Initial = 0,
    AllFramesReady = 1,
    Error = -1,
}

Variants§

§

Initial = 0

§

AllFramesReady = 1

§

Error = -1