Skip to main content

%CSP.UI.Portal.BackgroundTasks

class %CSP.UI.Portal.BackgroundTasks extends %ZEN.Component.page, %ZEN.Portal.abstractRefreshable

This page displays background tasks without the main header.

Method Inventory

Parameters

parameter APPLICATION = %CSP.UI.Portal.Application;
Class name of application this page belongs to.
parameter DOMAIN;
Domain used for localization.
parameter PAGENAME = BackgroundTasks;
Displayed name of this page.

Methods

method %DrawTitle(pSeed As %String) as %Status
Provide HTML for standard template html title box.
clientmethod doRefresh() [ Language = javascript ]
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded. Start the timer so we can refresh the table if AutoRefresh is enabled.
clientmethod timeout(timer) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab