HasUndeployedChanges

Description: Finds whether the local machine is maintaining changes that have not been deployed, including changes that have been recorded by EditFile but have yet to be committed.
Returns: Boolean
Usage: Script or steady state.
Function Groups: Configuration Management
Related to: HasCompilationErrors | IsAppEditable | IsRunOnly |
Format: \LayerRoot\HasUndeployedChanges
Parameters: none
Comments: This function returns TRUE if the Layer is running with changes that have not been deployed. Either it is on a local branch, or there are working copy modifications that have yet to be committed such as page changes.
Note that the return value doesn't get updated while we are within the } { working copy lock so that atomic (within the working copy lock) commits do } { not cause the return value to flicker.