PingUpdateContainer : AjaxUpdateContainer {
	id = id;
}

ComponentContent : WOComponentContent {
}

ID : WOString {
	value = id;
}

HasTargetContainerID : WOConditional {
	condition = ^targetContainerID;
}

PingUpdate : AjaxPingUpdate {
	cacheKey = ^cacheKey;
	targetContainerID = ^targetContainerID;
	onBeforeUpdate = ^onBeforeUpdate;
}

Frequency : WOString {
	value = frequency;
}

Running : WOConditional {
	condition = ^stop;
	negate = true;
}