| Contents | Index |
On a job, the UserName property value is a string indicating the login name of the user who created the job.
On a job manager object, the UserName property value indicates the user who created the object or who is using the job manager object to access jobs in its queue.
Usage | Job object or job manager object |
Read-only | Always for job object Never for job manager object, but can be password protected |
Data type | String |
Examine a job to see who created it.
get(job1, 'UserName') ans = jsmith
Change the user for a job manager object in your current MATLAB session. Certain security levels display a password prompt.
jm = findResource('scheduler','type','jobmanager','name','central-jm');
set(jm, 'UserName', 'MyNewName')These references apply to using the UserName property for job manager objects.
changePassword, clearLocalPassword
IsUsingSecureCommunication, PromptForPassword, SecurityLevel

See how to solve large problems with minimal effort and reduce simulation time.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |