PublicAPI.Processes.Objects.StartProcessSchedulerJob.IsNew ELMA API Documentation
Check, if the object is new (not saved in the database)
 
 
Syntax

public bool IsNew(
	StartProcessSchedulerJob obj
)

Parameters

obj
Type: StartProcessSchedulerJob
System Object. Object. Access path: PublicAPI.Processes.Objects.StartProcessSchedulerJob

Return Value

Type: Boolean
true, if new
See Also