Deadline Scripting Reference  10.1.23.6
Deadline.Users.UserInfo Class Reference

A user. More...

Inherits BaseDocument, and IUserInfo.

Properties

string RunAsUserPassword [get, set]
 When rendering the job as the job's user, this is the user's password (Windows only). More...
 
string UserEmailAddress [get, set]
 The user's email address. More...
 
bool UserEmailNotification [get, set]
 If the user will receive email notifications for their job. More...
 
bool UserJobCompleted [get, set]
 Whether or not to receive Job Completed notifications. More...
 
bool UserJobFailed [get, set]
 Whether or not to receive Job Failed notifications. More...
 
bool UserJobTaskTimeout [get, set]
 Whether or not to receive Job Task Timeout notifications. More...
 
bool UserJobWarning [get, set]
 Whether or not to receive Job Warning notifications. More...
 
string UserMachineName [get, set]
 The user's machine. This is used when sending popup messages. More...
 
bool UserPopupNotification [get, set]
 If the user will receive popup notifications for their job. More...
 

Detailed Description

A user.

Property Documentation

◆ RunAsUserPassword

string Deadline.Users.UserInfo.RunAsUserPassword
getset

When rendering the job as the job's user, this is the user's password (Windows only).

◆ UserEmailAddress

string Deadline.Users.UserInfo.UserEmailAddress
getset

The user's email address.

◆ UserEmailNotification

bool Deadline.Users.UserInfo.UserEmailNotification
getset

If the user will receive email notifications for their job.

◆ UserJobCompleted

bool Deadline.Users.UserInfo.UserJobCompleted
getset

Whether or not to receive Job Completed notifications.

◆ UserJobFailed

bool Deadline.Users.UserInfo.UserJobFailed
getset

Whether or not to receive Job Failed notifications.

◆ UserJobTaskTimeout

bool Deadline.Users.UserInfo.UserJobTaskTimeout
getset

Whether or not to receive Job Task Timeout notifications.

◆ UserJobWarning

bool Deadline.Users.UserInfo.UserJobWarning
getset

Whether or not to receive Job Warning notifications.

◆ UserMachineName

string Deadline.Users.UserInfo.UserMachineName
getset

The user's machine. This is used when sending popup messages.

◆ UserPopupNotification

bool Deadline.Users.UserInfo.UserPopupNotification
getset

If the user will receive popup notifications for their job.