Difference between revisions of "UM:Cli Cli Lock"

From DigitalVision
Jump to: navigation, search
m (Text replacement - "|Platform:" to "|UM:")
 
Line 1: Line 1:
 
<div class="manualcontent">
 
<div class="manualcontent">
  
{{Template:M-Navlinks-top|UM:Manual|UM:Cli_Cli_Count_And_Add|UM:Appendices}}
+
{{Template:M-Navlinks-top|UM:Manual|UM:Cli_Cli_Count_And_Add|UM:Appendix_Application_Preferences}}
  
 
{{Template:M-Title|Testing for a GUI Lock}}
 
{{Template:M-Title|Testing for a GUI Lock}}
Line 47: Line 47:
 
<p class="p_DVBodyText"><span class="f_DVBodyText"> </span></p>
 
<p class="p_DVBodyText"><span class="f_DVBodyText"> </span></p>
  
{{Template:M-Navlinks-bottom|UM:Manual|UM:Cli_Cli_Count_And_Add|UM:Appendices}}
+
{{Template:M-Navlinks-bottom|UM:Manual|UM:Cli_Cli_Count_And_Add|UM:Appendix_Application_Preferences}}
  
 
</div>
 
</div>

Latest revision as of 16:26, 23 February 2017

Darrow-up.png     Previous Next

Testing for a GUI Lock

--testlock

Test if the GUI has a lock (and therefore GUI is open)

Testing if the GUI is Running

--testlock

 

This command will test if the GUI is open (and the application is holding a lock file).

 

Command :

$ film_master --testlock

$ echo $?

0

 

Return :

 

0 : GUI is not running (no lock)
1 : GUI is running (lock held)

 

dv_note

This must be the first argument on the command-line.

 

Darrow-up.png     Previous Next