Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

>> c.AdditionalProperties.QueueName

Or to see the entire configuration

>> c.AdditionalProperties

To clear a value, assign the property an empty value (‘’, [], or false).

>> % To clear a configuration that takes a string as input 
>> c.AdditionalProperties.EmailAddress = ‘ ’

To save a profile, with your configuration ....

Serial Jobs

Parallel Jobs

Debugging

...