Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 586 Bytes

File metadata and controls

23 lines (18 loc) · 586 Bytes

keywords: task properties, advanced, initiate

Initiate Main Program

Name in Migrated Code: DisableApplicationStart
Location in Migrated Code: Asynch class constructor

Task-Properties-Advanced-initiate-main-program

In case this checkbox is not checked in the source code, this property will appear in the migrated code.

Example:

    public class MyProgram2Async : AsyncHelperBase 
    {
        public MyProgram2Async()
        {
            DisableApplicationStart = true;
        }
    }