C# Class FaceSpot.TrainingJob

Inheritance: FaceJob
Datei anzeigen Open project: kanitw/facespot Class Usage Examples

Public Methods

Method Description
Create ( ) : TrainingJob
TrainingJob ( uint id, string job_options, System.DateTime run_at, JobPriority job_priority, bool persistent ) : System

Protected Methods

Method Description
Execute ( ) : bool

Method Details

Create() public static method

public static Create ( ) : TrainingJob
return TrainingJob

Execute() protected method

protected Execute ( ) : bool
return bool

TrainingJob() public method

public TrainingJob ( uint id, string job_options, System.DateTime run_at, JobPriority job_priority, bool persistent ) : System
id uint
job_options string
run_at System.DateTime
job_priority JobPriority
persistent bool
return System