Class PolarTimerManagerUI
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class creates the user interface for the built in Timer Manger
public class PolarTimerManagerUI
- Inheritance
-
PolarTimerManagerUI
- Inherited Members
- Extension Methods
Properties
ComputerName
Gets/sets the name of the computer that is allowed to run the timer manager. Use '*' for all computers.
public string ComputerName { get; set; }
Property Value
Methods
CreateHTML(Context)
This method creates the user interface for the timer manager.
public string CreateHTML(Context pContext)
Parameters
pContext
ContextThe context.
Returns
- string
The html for the user interface.
DoAction(Context, string, string)
Takes an action on the timer manager. Used internally.
public string DoAction(Context pContext, string pAction, string pActionParameter = "")
Parameters
pContext
ContextThe context.
pAction
stringThe action.
pActionParameter
stringThe action parameter.
Returns
- string
A message.
ToggleErrors(string)
Toggles if the errors list is opened for the specified timer.
public void ToggleErrors(string pTimerID)
Parameters
pTimerID
stringThe ID of the timer to toggle the errors for.