Novell ZENworks Endpoint Security Management 3.5 Instrukcja Użytkownika Strona 160

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 159
ZENworks® ESM 3.5 Administrator’s Manual 160
Action.Message "Display sync message"
Synchronous Message (displayed and waits for user respond before the script continues):
Note:
nTimeoutSeconds values of -1 or 0 will NEVER timeout
nMessageType (buttons shown):
1. Ok/Cancel
2. Abort/Retry/Ignore
3. Yes/No/Cancel
Currently, the return value which of these buttons pressed by the user is NOT returned, so it is
NOT helpful for conditional logic control.
JScript
Action.Message("Message Title Bar", nMessageType, nTimeoutSeconds);
VBScript
Action.Message "Message Title Bar", nMessageType, nTimeoutSeconds
PauseService
JScript
Action.PauseService("lanmanworkstation");
VBScript
Action.PauseService "lanmanworkstation"
Details:
Make sure you use the actual service name, not the display name.
Prompt
This API creates dialog boxes and user interfaces. It will be covered in a future revision given the
complexity and need for examples.
Przeglądanie stron 159
1 2 ... 155 156 157 158 159 160 161 162 163 164 165 ... 244 245

Komentarze do niniejszej Instrukcji

Brak uwag