C# Class Malevich.Util.TaskScheduler

Add, update or delete a repeated task with Windows Task Scheduler.
Afficher le fichier Open project: daptiv/Malevich Class Usage Examples

Méthodes publiques

Méthode Description
SetTask ( string userName, string password ) : bool

Add, update or delete a repeated task.

Method Details

SetTask() public méthode

Add, update or delete a repeated task.
public SetTask ( string userName, string password ) : bool
userName string User to run as. If null, current user.
password string Password of this user. If null, ask.
Résultat bool