IPublishingTaskReadyToExecute Method
|
Checks whether this publishing task is ready to be executed.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool ReadyToExecute(
IUserSession session
)
Function ReadyToExecute (
session As IUserSession
) As Boolean
bool ReadyToExecute(
IUserSession^ session
)
abstract ReadyToExecute :
session : IUserSession -> bool Parameters
- session IUserSession
- The session used to retrieve and modify related entities for this publishing task
Return Value
BooleanTrue if task is ready. Otherwise, this method returns false.
See Also