Table of Contents

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

string

Methods

CreateHTML(Context)

This method creates the user interface for the timer manager.

public string CreateHTML(Context pContext)

Parameters

pContext Context

The 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 Context

The context.

pAction string

The action.

pActionParameter string

The 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 string

The ID of the timer to toggle the errors for.