Resource type definition

type ProcessOnOnly (

static str ArgList[] = { IgnoreArgs, PathName, Arguments }

static str Operations = OnOnly

int IgnoreArgs

str PathName

str Arguments

)

type ProcessOnOnly (

static str ContainerType = Zone

static str ArgList[] = { ContainerName, IgnoreArgs, PathName, Arguments }

static str Operations = OnOnly

str ContainerName

boolean IgnoreArgs = 0

str PathName

str Arguments

)