SCC File Status VI

Owning Palette: Source Control VIs

Requires: Professional System

Returns the current source control status of specified files, including whether a file is in source control, whether it is checked out, and whether it is the latest version available in source control.

 Add to the block diagram  Find on the palette
source control reference in contains a reference to the source control project configured in LabVIEW. The source control reference must be a valid reference created with the SCC Open SCC Project VI.
files specifies the paths to the files for which the VI obtains the source control status.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
source control reference out returns source control reference in unchanged.
status message returns provider-specific information about the source control operation. Depending on the source control provider, the output might include status information or non-critical error messages.
file status returns details of the source control status for each specified file.
in source control? indicates whether the file is in source control.
checked out by user? indicates whether the current user has checked out the file. The output does not depend on the location of the checked out file or the checked out by other? output.
checked out by other? indicates whether other users have checked out the file.
out of date? indicates whether the file is the latest version available from the source control provider. If the VI returns FALSE, the file is the latest version.
deleted? indicates whether the file is deleted from source control.
error out contains error information. This output provides standard error out functionality.
files status flags returns a bit array that represents the status information. Not all source control providers support this parameter.