N1 Service Provisioning System 4.1 リファレンスガイド

if 手順の例

以下に、条件付きで再起動するために使用される <if> 手順の例を示します。


<if>
	<condition><istrue value=":[restart]"/></condition>
	<then>
		<call blockName="restart"/>
	</then>
</if>