C# Class Questor.Modules.BackgroundTasks.Cleanup

ファイルを表示 Open project: ISeeDEDPpl/Questor Class Usage Examples

Public Properties

Property Type Description
CloseQuestorFlag bool

Private Properties

Property Type Description

Public Methods

Method Description
BeginClosingQuestor ( ) : void
CheckEVEStatus ( ) : void
CloseInventoryWindows ( ) : bool
CloseQuestor ( string Reason, bool restart = false ) : bool
ProcessState ( ) : void

Method Details

BeginClosingQuestor() public static method

public static BeginClosingQuestor ( ) : void
return void

CheckEVEStatus() public static method

public static CheckEVEStatus ( ) : void
return void

CloseInventoryWindows() public static method

public static CloseInventoryWindows ( ) : bool
return bool

CloseQuestor() public static method

public static CloseQuestor ( string Reason, bool restart = false ) : bool
Reason string
restart bool
return bool

ProcessState() public method

public ProcessState ( ) : void
return void

Property Details

CloseQuestorFlag public_oe static_oe property

public static bool CloseQuestorFlag
return bool