C# Class Malevich.Util.TaskScheduler

Add, update or delete a repeated task with Windows Task Scheduler.
ファイルを表示 Open project: daptiv/Malevich Class Usage Examples

Public Methods

Method Description
SetTask ( string userName, string password ) : bool

Add, update or delete a repeated task.

Method Details

SetTask() public method

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.
return bool