Microsoft Operations Manager

ProcessPageJobQueue Method

The ProcessPageJobQueuemethod instructs the PagerJobQueueobject to process any waiting pages in the Outbox folder.

[VBScript]
PagerJobQueue.ProcessPageJobQueue()

Parameters

None

Return Value

Boolean

Remarks

The ProcessPageJobQueuemethod should not be needed under normal circumstances because pager job queue processing is performed as part of the SendMessagemethod.

Examples

The following example shows how to process any waiting pages in the Outbox folder.

[VBScript] 
Dim objPagerJobQueue, blnOK

Set objPagerJobQueue = CreateObject("OPScrUtil.PagerJobQueue")

blnOK = objPagerJobQueue.ProcessPageJobQueue()

Set objPagerJobQueue = Nothing

Requirements

Windows NT/2000: Requires Windows 2000 or later
Version: Requires MOM 1.0 SP1

See Also

PagerJobQueue Object


Did you find this information useful? Please send your suggestions and comments about the documentation to momsdk@microsoft.com.