POL_Function_Sleep

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 9387
Wine: System

Feedbacks

Source code

#!/bin/bash
# PlayOnLinux Function

# Date : (2009-10-31 17-55)
# Last revision : (2009-10-31 17-55)
# Wine version used : none
# Distribution used to test : none
# Author : Tinou
# Licence : 
# Depend : none

# Note : Do not use POL_SetupWindow_Init
# A basic exemple of function
# Please start the name with POL_Function_ or POL_Install (for the moment)
# Source is not needed
# To run this function in POL : Use, POL_Call POL_Function_sleep [TIME]


[ "$PLAYONLINUX" = "" ] && exit
POL_SetupWindow_wait_next_signal "Please wait ..."
sleep $1
POL_SetupWindow_detect_exit


Contributions

Filters:

Contribute
Member Message

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com