Versions Compared

Key

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

...

Code Block
languagexml
titleÖrnek 1
linenumberstrue
  <SetVariable Name="$(ResultAction)">
    <Value Culture="" Target="None">Muhasebe</Value>
  </SetVariable>
  <Try>
    <Tasks>
      <CallImportedProject Name="FaturaKayit" Node="" />
      <If>
        <Then>
          <Condition>
            <CallImportedProject Name="OtomatikKayitWebServis" Node="" />
          </Condition>
          <Perform>
			<SetVariable Name="$(ResultAction)">
			  <Value Culture="" Target="None">Tamamlandı</Value>
			</SetVariable>
		<Else>
		  <Condition />
		  <Perform>
			<SetVariable Name="$(ResultAction)">
			  <Value Culture="" Target="None">Muhasebe</Value>
			</SetVariable>
		  </Perform>
		</Else>
	  </If>
    </Tasks>
    <Catch>
      <SetVariable Name="$(ResultAction)">
        <Value Culture="" Target="None">Muhasebe</Value>
      </SetVariable>
      <Set Node="/*/EntegrasyonKontrol/Exception">
        <String Format="" Culture="">
          <Value Culture="" Target="None">$(Exception)</Value>
        </String>
      </Set>
    </Catch>
    <Finally />
  </Try>
  <Value Culture="" Target="None">$(ResultAction)</Value>

Ayrıca Bakınız

Value

SetVariable

String

CalImportedProject / Fonksiyon Script Çağırma