Esempio n. 1
0
        public override bool Execute()
        {
            int num = base.Execute() ? 1 : 0;

            VCTaskNativeMethods.CloseHandle(this.cancelEvent);
            return(num != 0);
        }
Esempio n. 2
0
        public override bool Execute()
        {
            bool flag = base.Execute();

            VCTaskNativeMethods.CloseHandle(this.cancelEvent);
            this.PrintMessage(this.ParseLine(null), base.StandardOutputImportanceToUse);
            return(flag);
        }