IPublishingTaskReadyToExecute Method Ingeniux CMS Content Store API

Checks whether this publishing task is ready to be executed.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool ReadyToExecute(
	IUserSession session
)

Parameters

session
Type: Ingeniux.CMSIUserSession
The session used to retrieve and modify related entities for this publishing task

Return Value

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

Reference