Click or drag to resize

IPublishingTaskReadyToExecute Method


Checks whether this publishing task is ready to be executed.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool ReadyToExecute(
	IUserSession session
)

Parameters

session  IUserSession
The session used to retrieve and modify related entities for this publishing task

Return Value

Boolean
True if task is ready. Otherwise, this method returns false.
See Also