interface IContext {
    running?: boolean;
}

Properties

Properties

running?: boolean