ITasksRunner
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ZennoPoster.ITasksRunner
Kind: interface
Wcf service contract for working with TaskRunner
Methods
RunTask
Method
bool RunTask(String[] args)
Execute task
Parameters
| Type | Name | Description |
|---|---|---|
String[] | args | Task |
Returns: true if successfully
ProgramShown
Method
bool ProgramShown()
Returns true if the program is ready to execute instructions in it.
Returns: true if the program is ready to execute instructions in it.
ZPFormFocus
Method
bool ZPFormFocus()
Try Calling a method on an ZennoPoster MainForm
Returns: true if method called successfull.