Skip to content

Commit

Permalink
modified: ProcessChecker.fprg
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray nieva authored and Ray nieva committed Jul 17, 2017
1 parent d17e0d6 commit 4866d6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ProcessChecker.fprg
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<attribute name="name" value=""/>
<attribute name="authors" value="Ray"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2017-07-08 11:34:18 AM"/>
<attribute name="saved" value="2017-07-16 08:45:53 PM"/>
<attribute name="created" value="UmF5OyBSQVlOSUVWQTI7IDIwMTctMDYtMDI7IDA1OjE2OjU1IFBNOyAyMzM3"/>
<attribute name="edited" value="UmF5OyBSQVlOSUVWQTI7IDIwMTctMDctMDg7IDExOjM0OjE4IEFNOyAyMzI1"/>
<attribute name="edited" value="UmF5OyBSQVlOSUVWQTI7IDIwMTctMDctMTY7IDA4OjQ1OjUzIFBNOyAyMzQ2"/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
Expand All @@ -20,7 +20,8 @@
<if expression="X=1">
<then>
<output expression="&quot;Network and Sharing Center is Open&quot;"/>
<comment text="Do nothing"/>
<comment text="If process is running (Window minimized or hidden) bring to forefront."/>
<call expression="WinActivate(&quot;Network and Sharing Center&quot;)"/>
</then>
<else>
<output expression="&quot;Network and Sharing Center is NOT open&quot;"/>
Expand Down

0 comments on commit 4866d6f

Please sign in to comment.