The status once finished

Require: is_finished

Property definitions

core $ Process :: status
	# The status once finished
	#
	# Require: `is_finished`
	fun status: Int
	do
		assert is_finished
		return data.status
	end
lib/core/exec.nit:66,2--73,4