C# Class TimelapseAppService.Executor

Show file Open project: evercam/Timelapse

Public Properties

Property Type Description
TimelapserExePath string

Public Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Execute ( ) : void
StopExecution ( ) : void

Protected Methods

Method Description
CopyTimelapser ( int id ) : string
Shutdown ( string param ) : void
isCreatedHls ( Timelapse timelapse, string camera_exid ) : bool

Private Methods

Method Description
CheckStartDeletion ( ) : void
StartTimelapser ( Timelapse timelapse ) : void

Method Details

CopyTimelapser() protected method

protected CopyTimelapser ( int id ) : string
id int
return string

CurrentDomain_UnhandledException() public method

public CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
return void

Execute() public method

public Execute ( ) : void
return void

Shutdown() protected method

protected Shutdown ( string param ) : void
param string
return void

StopExecution() public method

public StopExecution ( ) : void
return void

isCreatedHls() protected method

protected isCreatedHls ( Timelapse timelapse, string camera_exid ) : bool
timelapse BLL.Entities.Timelapse
camera_exid string
return bool

Property Details

TimelapserExePath public property

public string TimelapserExePath
return string