C# Class TimelapseAppService.Executor

Afficher le fichier Open project: evercam/Timelapse

Méthodes publiques

Свойство Type Description
TimelapserExePath string

Méthodes publiques

Méthode Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Execute ( ) : void
StopExecution ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
CheckStartDeletion ( ) : void
StartTimelapser ( Timelapse timelapse ) : void

Method Details

CopyTimelapser() protected méthode

protected CopyTimelapser ( int id ) : string
id int
Résultat string

CurrentDomain_UnhandledException() public méthode

public CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

Shutdown() protected méthode

protected Shutdown ( string param ) : void
param string
Résultat void

StopExecution() public méthode

public StopExecution ( ) : void
Résultat void

isCreatedHls() protected méthode

protected isCreatedHls ( Timelapse timelapse, string camera_exid ) : bool
timelapse BLL.Entities.Timelapse
camera_exid string
Résultat bool

Property Details

TimelapserExePath public_oe property

public string TimelapserExePath
Résultat string